home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / waldo.zip / WALDO_F.FRM (.txt) next >
Visual Basic Form  |  1991-10-28  |  60KB  |  62 lines

  1. WALDO_F
  2. WHERE'S WALDO?
  3. Form1
  4. Timer1
  5. Picture1
  6. wwwwwwww
  7. wwwwwwww
  8. wwwwqw
  9. wwwwwwwwwww
  10. wwwww
  11. Picture2
  12. wqwqq
  13. wwwwqww
  14. |wwqww
  15. wwwwwwwwwwww
  16. wwwwww
  17. Picture3
  18. wwwwwwww
  19. qwwwq
  20. wwwwwwww
  21. |wwww|ww
  22. wwwwwwwwwww
  23. wwwww
  24. Picture4
  25. Form_Click
  26. picture1
  27. visible
  28. Picture4
  29. picture
  30. picture2
  31. picture3
  32. Picture4_Click
  33. Waldo
  34. Form1
  35. Timer1_Timer
  36. WALDO_F
  37. Picture1_Click
  38. Waldo
  39. This Sub uses three pictures of Waldo and one empty picture boxg
  40. Set all picture boxes Resize property to True with no bordersr
  41. Make sure that your Form Background color matches the background of your artwork
  42. Declaration of animation section
  43. Runs this loop 6 times  
  44. Shows picture #4
  45. put Pic1 in Pic4
  46. Move Pic4 to the right to simulate walking
  47. Show #2 
  48. Move again
  49. Show #3o
  50. Show #2 Againa
  51. Show #1o
  52. Repeat
  53. Hide Pic4 when finishedi
  54. Reset Pic4 to Far Left of Form
  55. Close the Form
  56. End the Programs
  57. To increase speed of animation, change 400 to 600 etc.
  58. Timer1_Timer
  59. Show the main form after small pause
  60. Run WALDO sub routine of animation
  61. End of program
  62.